SQL Query Debugger
Error:
1064
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' ORDER BY jp.`PostedDate` DESC, jp.`id` DESC LIMIT 0,35' at line 6
Query:
SELECT jp.`id`,`FirmsName`,`FirmsAddress`,`EmailAddress`,`Website`,`LogoPath`,`City`,`Country`,`RecruiterId`,`JobTitle`,`Category`,`Description`,`Country`,`Location`,`Status`,`Salary`,`tbd` FROM `jobposts` jp INNER JOIN `jobscountries` cn ON cn.id=jp.`CountryId` INNER JOIN `category` ca ON ca.id=jp.`CategoryId` INNER JOIN `recruiter` ON `recruiter`.`id`=jp.`RecruiterId` WHERE jp.`id`=4Dڝ ORDER BY jp.`PostedDate` DESC, jp.`id` DESC LIMIT 0,35